RecipientType Enumeration
Represents the recipient type for a message recipient.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
public enum RecipientType
Public Enumeration RecipientType
| To | 0 |
The recipient is a primary (To) recipient.
|
| Cc | 1 |
The recipient is a carbon copy (Cc) recipient.
|
| Bcc | 2 |
The recipient is a blind carbon copy (Bcc) recipient.
|
| P1 | 3 |
The recipient did not successfully receive the message on the previous attempt.
|
| None | 4 |
None.
|